home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Magazine Collection 2001
/
Delphi Magazine Collection 20001 (2001).iso
/
DISKS
/
Issue44
/
HTMLmove
/
hgmover.dpr
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-02-15
|
297 b
|
19 lines
library hgmover;
uses
SysUtils,
Classes,
ComServ,
ComObj,
ContextM in 'ContextM.pas',
Wizmain in 'Wizmain.pas' {WizardMain};
exports
DllGetClassObject resident,
DllCanUnloadNow resident,
DllRegisterServer resident,
DllUnregisterServer resident;
begin
end.